home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / copy.h < prev    next >
Encoding:
Text File  |  1993-06-14  |  330 b   |  11 lines

  1. // copy.h
  2.  
  3. void zoomcopy(int sx1, int sy1, int sx2, int sy2,
  4.               int dx1, int dy1, int dx2, int dy2,
  5.               bool matte_sw, bool area_sw);
  6.  
  7. void matte_pset(int x, int y, int col, int op);
  8. void matte_hline_map(int x, int x2, int y, char *lbuf, int op);
  9. void matte_putblock(int x,int y,int xlen,int ylen,char *buf,int op);
  10.  
  11.